home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue38
/
Clinic
/
StopKeys.bpg
< prev
next >
Wrap
Text File
|
1998-07-07
|
968b
|
33 lines
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = StopKey1.exe StopKey2.exe StopKey3.exe StopKey4.exe StopKey5.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
StopKey1.exe: StopKey1.dpr
$(DCC)
StopKey2.exe: StopKey2.dpr
$(DCC)
StopKey4.exe: StopKey4.dpr
$(DCC)
StopKey3.exe: StopKey3.dpr
$(DCC)
StopKey5.exe: StopKey5.dpr
$(DCC)